net/http.http2priorityWriteSchedulerRFC7540.root (field)

8 uses

	net/http (current package)
		h2_bundle.go#L11471: 	ws.nodes[0] = &ws.root
		h2_bundle.go#L11629: 	root http2priorityNodeRFC7540
		h2_bundle.go#L11671: 		parent = &ws.root
		h2_bundle.go#L11730: 		n.setParent(&ws.root)
		h2_bundle.go#L11739: 		n.setParent(&ws.root)
		h2_bundle.go#L11784: 		n = &ws.root
		h2_bundle.go#L11795: 			n = &ws.root
		h2_bundle.go#L11802: 	ws.root.walkReadyInOrder(false, &ws.tmp, func(n *http2priorityNodeRFC7540, openParent bool) bool {